Creating a user account on a mac you don't have admin access to [migrated]

Posted by mouse on Server Fault See other posts from Server Fault or by mouse
Published on 2012-06-05T20:25:54Z Indexed on 2012/06/05 22:42 UTC
Read the original article Hit count: 766

Filed under:
|
|

I am trying to create a user account on a school computer so I can run processes (like compiling large libraries) with admin permissions settings. This way I can walk away and let other people user the computer, and come back after class to retrieve the binaries. Usually some smart person decides to shut the machine down, but if I had higher permissions they wouldn't be able to terminate my processes. Right now I use the guest account, which everyone has access to. If you think this is in some way unethical or a bad idea, please criticize.

tl,dr I tried using the dscl series of commands in single user mode as root, as recommended by this site. It returns this error:

Cannot open remote host, error: DSOpenDirServiceErr

How can I create a local user on this machine to compile my code with higher permissions?

© Server Fault or respective owner

Related posts about macosx

Related posts about terminal